home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / windows / win31 / upjoy.arj / UPJOYMSG.H < prev    next >
Text File  |  1993-12-02  |  326b  |  8 lines

  1. // UPJOYMSG.H
  2. // UPJOY Industrial Joystick Driver Messages
  3. // Copyright (C) 1993, BIGGUN International
  4.  
  5. #define JOYPOSITION      0x03A0 // lParam contains 4 packed axis positions
  6. #define JOYBUTTONDOWN    0x03B5 // LOWORD(lParam) holds the Button ID
  7. #define JOYBUTTONUP      0x03B7 // LOWORD(lParam) holds the Button ID
  8.